home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 June / MacFormat 25.iso / Shareware City / Science / MacMul 4 - GraphMu 5 / README < prev    next >
Encoding:
Text File  |  1995-01-25  |  2.1 KB  |  53 lines  |  [TEXT/R*ch]

  1. Here are MacMul 4 and GraphMu 5, two programs for multivariate
  2. statistical analysis (e.g., Principal Component Analysis) and graphical
  3. display. These versions have been completely rewritten in C with Metrowerks
  4. CodeWarrior compiler. All the code comes from modules which are part of
  5. the ADE package.
  6.  
  7. There are 3 versions, to be used according to the model of your Macintosh:
  8.  
  9. The "(68k NoFPU)" versions should be used on usual Macintosh without FPU
  10. (Floating Point Unit, i.e., without the MC68881/68882 math co-processor).
  11. Note that these versions can in fact be used on any model, including all
  12. PowerBooks, Quadras and PowerMacs, but they will run more slowly.
  13.  
  14. The "(68k FPU)" versions should be used only on Macintosh having a FPU.
  15. They will not run on other models. They run about 3 times faster than the
  16. NoFPU version.
  17.  
  18. The "(PPC)" versions should be used only on PowerMacs. They will not run on
  19. other models. They run about 10 times faster than the NoFPU versions on the
  20. same PowerMac (using 68000 emulation).
  21.  
  22. You can use the TestMac application to choose which version you should use.
  23. This is a fat binary application (i.e., it should run on any Macintosh)
  24. that will tell you wich CPU and which FPU your Mac has.
  25.  
  26. In the Utils floder, you will find 4 utility applications:
  27.  
  28. ADEBin can be used to view the contents of binary files created by MacMul
  29. (and by ADE modules). Clicking on a binary file will automatically launch
  30. this application and display the contents of the file. You can also drag
  31. and drop binary files on its icon.
  32.  
  33. ADEPict does the same thing for PICT files created by GraphMu 5 and ADE
  34. modules.
  35.  
  36. ADETrans is a drag and drop only application that transforms a batch of
  37. files from text to MacMul/ADE binary format and conversly.
  38.  
  39. ADEScatters is an interactive factor map application. It can be used to
  40. draw factor maps (with the factor score files created by MacMul), and the
  41. user can perform interactive operations (like zooming) with combinations
  42. of mouse clics and keystrokes (sorry, no user manual yet).
  43.  
  44.  
  45. 25 January 1995
  46. Jean Thioulouse
  47. Laboratoire de Biometrie
  48. Universite Lyon 1
  49. 69622 Villeurbanne CEDEX
  50. FRANCE
  51.  
  52. e-mail: Jean.Thioulouse@biomserv.univ-lyon1.fr
  53.